-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md - Add Everything Search to community highlights #371
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I'm Claude, reviewing this PR. Everything Search is correctly added to the community servers section. The description clearly explains its functionality and platform-specific implementations (Everything SDK for Windows, mdfind for macOS, locate/plocate for Linux). Approving this change.
Hi, @jspahrsummers. Thanks for your initial approval. I have fixed the merge conflicts and moved Everything Search in the correct order. |
7a4979e
to
8720f86
Compare
c114833
to
4f3dc11
Compare
Description
Adding a cross-platform file search MCP server that leverages native search capabilities on each supported OS: Everything SDK (Windows), Spotlight (macOS), and locate/plocate (Linux). On Windows, it integrates with voidtools Everything for fast file indexing and search. Available in PyPi.
Server Details
Motivation and Context
This server provides fast file search capabilities across multiple operating systems, utilizing the best native search tools for each platform. Enabling LLMs to interact with local file search functions directly empowers users to better organize and manage their file systems through natural language interactions.
This integration allows LLMs to assist users with tasks like file organization, duplicate detection, and content discovery through natural conversation, making file system management more intuitive and efficient.
How Has This Been Tested?
Tested with Claude Desktop and Cline clients across different platforms:
Tested locally, TestPyPi, and PyPi releases via npx.
Breaking Changes
No breaking changes. This is an additive change to documentation only.
Types of changes
Checklist
Additional context
Platform-specific requirements:
Full documentation including platform-specific search syntax and capabilities available in the server's README.